/* 首页公共样式 */
.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.w1300 {
    width: 1300px;
    margin: 0 auto;
}
.home-title {
    font-size: 40px;
    font-weight: 500;
    color: #000932;
    line-height: 56px;
    text-align: center;
}
img {
    height: 100%;
    width: 100%;
}
input::placeholder {
  color: #86909C;
}
span.home-button-primary,
span.home-button-plain {
  display:inline-block;
}
.home-button-primary,
.home-button-plain {
    width: 112px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
    user-select: none;
}
.home-button-primary {
    background: #F55402;
    color: #FFFFFF;
}
.home-button-primary:hover {
    background: rgba(232, 92, 47, 0.8);
}
.home-button-plain {
    border: 1px solid #F55402;
    color: #F55402;
    cursor: pointer;
}
.home-button-plain:hover {
    background: #F55402;
    color: #fff;
}

/* logo过渡效果 */
.logo_animation {
  position: relative;
  overflow: hidden;
}
.logo_animation::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .3s ease-in-out;
	background: url('/wp-content/themes/do1/assets/images/3.0/logo/logo-view.png') no-repeat center center;
  background-size: 100%;
  border-radius:inherit;
}
.logo_animation.is_more::after {  
	background: url('/wp-content/themes/do1/assets/images/3.0/logo/logo-more-active.png') no-repeat center center;
  background-size: 100%;
}
.logo_animation:hover:after {
  opacity: 1;
}

/* 数据信息 */
.information {
  padding-top:100px;
  padding-bottom:50px;
  background: #fff;
}
.information-box .information-card {
    display: flex;
    justify-content: space-between;
    padding: 0 70px 0 70px;
}
.information-card .information-card-item{
    text-align: center;
}
.information-card .information-card-item-three {
    width: 171px;
}
.information-card-item .information-card-number{
    font-size: 56px;
    font-family: arial;
    font-weight: bold;
    color: #F55402;
    line-height: 48px;
}
.information-card-item .unit {
    font-size: 24px;
    font-weight: 500;
    color: #0F1633;
    line-height: 34px;
    padding-left: 8px;
    display: inline-block;
}
.information-card-item .information-card-name{
    font-size: 18px;
    color: #000000;
    line-height: 26px;
    padding-top: 10px;
}
/* 客户证言 */
.evidence {
    height: 665px;
    background: #F5F9FF;
}
.evidence-section .evidence-title {
    padding: 68px 0 36px;
}
.evidence-control {
    height: 140px;
    
}
.evidence-swiper-button {
    display: flex;
    align-items: center;
    justify-content: center;
}
.evidence-swiper {
    height: 385px;
    overflow: hidden;
    flex-grow: 1;
    position: relative;
}
.evidence-swiper:before {
    display: none;
    position: absolute;
    top: 8px;
    left: -5px;
    content: '';
    width: 47px;
    height: 398px;
    background: linear-gradient(90deg, rgba(0,79,175,0.0992) 0%, rgba(255,255,255,0) 100%);
    opacity: 1;
    z-index: 10;
}
.evidence-swiper:after {
    display: none;
    position: absolute;
    top: 8px;
    right: -5px;
    content: '';
    width: 47px;
    height: 398px;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(0,79,175,0.0992) 100%);
    opacity: 1;
    z-index: 10;
}
/* .evidence-swiper-button-prev, .evidence-swiper-button-next {
    width: 156px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
} */
.evidence-box {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.evidence-box .evidence-swiper {
    width: 100%;
    overflow: hidden;
}
.evidence-swiper-container {
    width: 100%;
    height: 385px;
    overflow: hidden;
}
/* .evidence-swiper-container .swiper-wrapper .swiper-slide {
    margin-top: 8px;
    width: 384px !important;
    height: 376px !important;
    background: #FFFFFF;
    box-shadow: 0px 10px 32px 0px rgba(245,249,255,.1);
    border-radius: 20px;
    transition: all 0.5s;
    overflow: hidden;
    box-sizing: border-box;
    padding: 38px 22px;
} */
.evidence-swiper-slide {
  display: flex;
}
.evidence-item {
    margin-top: 8px;
    flex:1;
    height: 376px !important;
    background: #FFFFFF;
    box-shadow: 0px 10px 32px 0px rgba(245,249,255,.1);
    border-radius: 20px;
    transition: all 0.5s;
    overflow: hidden;
    box-sizing: border-box;
    padding: 38px 22px;
    margin-left: 12px;
    margin-right: 12px;
}
.evidence-item:hover {
    transform: translateY(-8px);
    transition: all 0.5s;
}
.evidence-swiper-container .swiper-slide .evidence-logo {
    height: 44px;
    margin-bottom: 16px;
}
.evidence-swiper-container .swiper-slide .evidence-logo img {
    display: inline-block;
    width: 340px;
    height: 44px;
}
.evidence-swiper-container .swiper-slide .evidence-name {
    font-size: 18px;
    font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
    font-weight: 500;
    color: #0F1633;
    line-height: 26px;
    margin-bottom: 8px;
}
.evidence-swiper-container .swiper-slide .evidence-position {
    height: 22px;
    font-size: 14px;
    font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
    font-weight: 400;
    color: rgba(134, 144, 156, 1);
    line-height: 22px;
    margin-bottom: 16px;
}

.evidence-swiper-container .swiper-slide .evidence-text {
    width: 340px;
    height: 84px;
    font-size: 16px;
    font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
    font-weight: 400;
    color: #0F1633;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-bottom: 16px;
}

.evidence-swiper-container .swiper-slide .evidence-tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.evidence-swiper-container .swiper-slide .evidence-tags .evidence-tags-item {
    padding: 6px 14px;
    font-size: 12px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #86909C;
    border-radius: 20px;
    border: 1px solid #E5E6EB;
    box-sizing: border-box;
    margin: 0 7px 9px 0;
}

.evidence-swiper-button .evidence-prev-icon, .programme-swiper-button-box .evidence-prev-icon {
    cursor: pointer;
    display: inline-block;
    width: 80px;
    height: 100px;
    background: url("/wp-content/themes/do1/assets/images/home/icon-programme-prev.png") no-repeat center;
    background-size: 80px 80px;
}
.evidence-swiper-button .evidence-next-icon, .programme-swiper-button-box .evidence-next-icon {
    cursor: pointer;
    display: inline-block;
    width: 80px;
    height: 100px;
    background: url("/wp-content/themes/do1/assets/images/home/icon-programme-next.png") no-repeat center;
    background-size: 80px 80px;
}
.evidence-swiper-button .evidence-prev-icon-disable, .programme-swiper-button-box .evidence-prev-icon-disable {
    cursor: pointer;
    display: inline-block;
    width: 80px;
    height: 100px;
    background: url("/wp-content/themes/do1/assets/images/home/icon-programme-prev-disable.png") no-repeat center;
    background-size: 80px 80px;
}
.evidence-swiper-button .evidence-next-icon-disable, .programme-swiper-button-box .evidence-next-icon-disable {
    cursor: pointer;
    display: inline-block;
    width: 80px;
    height: 100px;
    background: url("/wp-content/themes/do1/assets/images/home/icon-programme-next-disable.png") no-repeat center;
    background-size: 80px 80px;
}